home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / moon_patrol.swf / scripts / frame_25 / PlaceObject2_85_23 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2011-01-13  |  322b  |  18 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hittest(_root.patrol) and _root.scroll)
  3.    {
  4.       _parent.scroll = false;
  5.       _root.patrol.gotoAndPlay(13);
  6.       play();
  7.    }
  8.    _parent._name;
  9.    if(346 < _Y)
  10.    {
  11.       play();
  12.    }
  13.    else if(_name ne "hubshot")
  14.    {
  15.       setProperty(this, _Y, _Y + 10);
  16.    }
  17. }
  18.